From 32bd7af3247ed8657294c06b82712cf59848ddb6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 8 Nov 2017 23:12:13 +0100 Subject: [PATCH] Build GPL-3 variant of Projucer --- debian/patches/debian_gpl_variant.patch | 11 +++++++++++ debian/patches/series | 1 + 2 files changed, 12 insertions(+) create mode 100644 debian/patches/debian_gpl_variant.patch diff --git a/debian/patches/debian_gpl_variant.patch b/debian/patches/debian_gpl_variant.patch new file mode 100644 index 00000000..b8225a2c --- /dev/null +++ b/debian/patches/debian_gpl_variant.patch @@ -0,0 +1,11 @@ +--- juce.orig/extras/Projucer/JuceLibraryCode/AppConfig.h ++++ juce/extras/Projucer/JuceLibraryCode/AppConfig.h +@@ -32,7 +32,7 @@ + + // BEGIN SECTION A + +-#define JUCER_ENABLE_GPL_MODE 0 ++#define JUCER_ENABLE_GPL_MODE 1 + + // END SECTION A + diff --git a/debian/patches/series b/debian/patches/series index 994a9aa1..e859e56c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ reproducible-date.patch debian_fixed-defines.patch +debian_gpl_variant.patch -- 2.30.2